home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / Implementation / HTNews.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-28  |  604 b   |  28 lines

  1. /*                                  Network News Transfer protocol module for the WWW library
  2.                                           HTNEWS
  3.                                              
  4.  */
  5. /* History:
  6. **      26 Sep 90       Written TBL in Objective-C
  7. **      29 Nov 91       Downgraded to C, for portable implementation.
  8. */
  9.  
  10. #ifndef HTNEWS_H
  11. #define HTNEWS_H
  12.  
  13. #include "HTAccess.h"
  14. #include "HTAnchor.h"
  15.  
  16. GLOBALREF HTProtocol HTNews;
  17.  
  18. extern void HTSetNewsHost PARAMS((CONST char *value));
  19. extern CONST char * HTGetNewsHost NOPARAMS;
  20. extern char * HTNewsHost;
  21.  
  22. #endif /* HTNEWS_H */
  23.  
  24.  
  25. /*
  26.  
  27.    tbl */
  28.